home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1072.lha / Programs / RexxDosSupport / rexxdossupport.readme < prev    next >
Text File  |  1995-04-16  |  1KB  |  34 lines

  1. Short:    V2.3 FuncLib for V37+ Dos functions (ReadArgs, pattern matching, etc. )
  2. Author:   hartmut@oberon.nbg.sub.org
  3. Uploader: htgoebel@cip.informatik.uni-erlangen.de
  4. Type:     util/rexx
  5.  
  6.  
  7.                 rexxdossupport.library 2.3
  8.                 ==========================
  9.  
  10.             Copyright (C) 1994,1995 by hartmut Goebel
  11.  
  12.  
  13.    After programming ARexx script for quite a while, I missed some
  14.    function found in dos.library --  especially access to
  15.    environment variables and the comfortable argument parsing. Since
  16.    there seamed to be no ARexx function library which implements
  17.    this functions, I decited to write my own. And here it is.
  18.  
  19.    This are the functions handled by this library.
  20.    · ReadArgs()
  21.    · GetVar(), SetVar(), DeleteVar()
  22.    · ParsePattern(), MatchPattern() - even case-insensitive
  23.    · Fault()
  24.  
  25.    new functions for version 2.1
  26.    · Delete(), Rename(), MakeDir()
  27.    · SetComment(), SetProtection()
  28.  
  29.    V2.3 fixes a small bug when using template synonyms.
  30.    V2.2 has lower case name as required.
  31.  
  32.    Enjoy it!
  33.    +++hartmut
  34.